Skip to content

Instantly share code, notes, and snippets.

62-prevent-repeated-title-prompt.patch
http://anonscm.debian.org/gitweb/?p=collab-maint/screen.git;a=blob;f=debian/patches/62-prevent-repeated-title-prompt.patch;h=37d2ecf926c6897482cdcc41eccbeb5ded336df8;hb=319293ac44c5ece99d40be12df7b6a73376b8177
こういうレイアウトで、2番のウィンドウで: title コマンドを打つと、1番のウィンドウのタイトルが初期値として表示される問題。
+––––––––––––––––––––+–––––––––––––––––––––+
| | |
| |:title 2|
| +–––––––––––––––––––––+
# Appearance {{{1
#-------------------------------------------------------------------------------
# Hardstatus {{{2
setenv a ""
### Segment of date
setenv a "$a%{gk}" # set attribute(1) = {black(k) on green(g)}
setenv a "$a " # SPACE
setenv a "$a%m/%d" # current date
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [mlimgloader] Error 1
make: *** [all] Error 2
make 35.00s user 20.94s system 107% cpu 52.095 total
# "cd kiklib" and "cd mkf" must be enclosed by () because it may not return
# to the at the next line.
if [ -f kiklib/Makefile ]; then (cd kiklib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean
rm -rf ../include .libs kik_debug.o kik_map.o kik_args.o kik_mem.o kik_conf.o kik_file.o kik_path.o kik_conf_io.o kik_str.o kik_cycle_index.o kik_langinfo.o kik_time.o kik_locale.o kik_privilege.o kik_unistd.o kik_sig_child.o kik_dialog.o kik_dlfcn.o kik_pty_streams.o kik_utmp_login.o kik_dlfcn_dl.o kik_debug.lo kik_map.lo kik_args.lo kik_mem.lo kik_conf.lo kik_file.lo kik_path.lo kik_conf_io.lo kik_str.lo kik_cycle_index.lo kik_langinfo.lo kik_time.lo kik_locale.lo kik_privilege.lo kik_unistd.lo kik_sig_child.lo kik_dialog.lo kik_dlfcn.lo kik_pty_streams.lo kik_utmp_login.lo kik_dlfcn_dl.lo *.la *.a collect-headers
if [ -f mkf/Makefile ]; then (cd mkf ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean) ; fi
# "cd
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --prefix=/Users/yoshikaw/local/stow/mlterm-3.3.4
## --------- ##
## Platform. ##
# "cd kiklib" and "cd mkf" must be enclosed by () because it may not return
# to the at the next line.
if [ -f kiklib/Makefile ]; then (cd kiklib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean
rm -rf ../include .libs kik_debug.o kik_map.o kik_args.o kik_mem.o kik_conf.o kik_file.o kik_path.o kik_conf_io.o kik_str.o kik_cycle_index.o kik_langinfo.o kik_time.o kik_locale.o kik_privilege.o kik_unistd.o kik_sig_child.o kik_dialog.o kik_dlfcn.o kik_pty_streams.o kik_utmp_login.o kik_dlfcn_dl.o kik_debug.lo kik_map.lo kik_args.lo kik_mem.lo kik_conf.lo kik_file.lo kik_path.lo kik_conf_io.lo kik_str.lo kik_cycle_index.lo kik_langinfo.lo kik_time.lo kik_locale.lo kik_privilege.lo kik_unistd.lo kik_sig_child.lo kik_dialog.lo kik_dlfcn.lo kik_pty_streams.lo kik_utmp_login.lo kik_dlfcn_dl.lo *.la *.a collect-headers
if [ -f mkf/Makefile ]; then (cd mkf ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean) ; fi
# "cd
@yoshikaw
yoshikaw / config.log
Created April 23, 2014 22:20 — forked from saitoha/config.log
mlterm config.log on OS X 10.9 environment
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --with-type-engines=cairo
## --------- ##
## Platform. ##
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --with-type-engines=cairo
## --------- ##
## Platform. ##
@yoshikaw
yoshikaw / gist:8be52e4d8dc1f1a322c6
Created April 30, 2014 12:14
GNU Screen v4.2.1 keywords for vim syntax file
seravee [3] ~ 95197 % /usr/bin/grep -h '{ "' ~/local/src/screen-4.2.1/comm.c | cut -d'"' -f2 | xargs -n 1 printf '%26s\ %s
' ' '
\ acladd
\ aclchg
\ acldel
\ aclgrp
\ aclumask
\ activity
\ addacl
\ allpartial
0001-sbiddle-Allow-backtick-commands-to-send-escape-seque.patch
0002-sbiddle-Fix-the-padding-but-with-backtick-commands-a.patch
apple/config.h.in.diff
apple/configure.diff
apple/pty.c.diff
apple/screen.c.diff
apple/vproc_priv.h.diff
apple/window.c.diff
debian/26source_encoding.patch
debian/45suppress_remap.patch