最近流行ってるらしい Emacs のパッケージ管理システムだよ。 いろんなところからパッケージを取り込めるからとにかく楽だよ!
ggrks
| Pq"1;1;128;36 | |
| #0!16~#1!16~#2!16~#3!16~#4!16~#5!16~#6!16~#7!16~$- | |
| #0!16~#1!16~#2!16~#3!16~#4!16~#5!16~#6!16~#7!16~$- | |
| #0!16~#1!16~#2!16~#3!16~#4!16~#5!16~#6!16~#7!16~$- | |
| #8!16~#9!16~#10!16~#11!16~#12!16~#13!16~#14!16~#15!16~$- | |
| #8!16~#9!16~#10!16~#11!16~#12!16~#13!16~#14!16~#15!16~$- | |
| #8!16~#9!16~#10!16~#11!16~#12!16~#13!16~#14!16~#15!16~$- | |
| \ |
| let &t_SI .= "\e[?14004h" | |
| let &t_EI .= "\e[?14004l" | |
| inoremap <special> <Esc>[=27%~ <nop> | |
| noremap <special> <Esc>[=27%~ <nop> |
| --- terms.c.orig 2014-09-23 21:36:24.992432936 +0900 | |
| +++ terms.c 2014-09-23 21:51:16.598842197 +0900 | |
| @@ -463,6 +463,80 @@ | |
| #define MOVE(line,column) writestr(tgoto(T_cm,column,line)); | |
| +int output_sixel_fp(char *file, int x, int y) | |
| +{ | |
| + int length; | |
| + long size, rsize, count = 0; |
| diff --git a/src/dither.c b/src/dither.c | |
| index 4f777e2..5ac4eeb 100644 | |
| --- a/src/dither.c | |
| +++ b/src/dither.c | |
| @@ -218,24 +218,64 @@ sixel_dither_get(int builtin_dither) | |
| } | |
| +void | |
| +sixel_normalize_depth(unsigned char *dst, unsigned char *src, int width, int height, int depth) |
| diff -r 8cae3b61ce9e runtime/doc/options.txt | |
| --- a/runtime/doc/options.txt Mon Dec 08 04:16:45 2014 +0100 | |
| +++ b/runtime/doc/options.txt Wed Dec 10 14:28:43 2014 +0900 | |
| @@ -685,6 +685,7 @@ | |
| "single": Use the same width as characters in US-ASCII. This is | |
| expected by most users. | |
| "double": Use twice the width of ASCII characters. | |
| + "fulldouble": Use twice the width for neutral characters. | |
| *E834* *E835* | |
| The value "double" cannot be used if 'listchars' or 'fillchars' |
| #!/bin/sh | |
| # 初期設定 | |
| WORK=$HOME/Builds/GCC | |
| PREFIX=$HOME/mingw | |
| export PATH="$HOME/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" | |
| # ソースコードのダウンロード | |
| if [ ! -d $WORK/src ] ; then | |
| mkdir src |
| diff --git a/src/fileio.c b/src/fileio.c | |
| --- a/src/fileio.c | |
| +++ b/src/fileio.c | |
| @@ -3778,12 +3778,12 @@ | |
| } | |
| } | |
| -# ifdef UNIX | |
| /* | |
| * Break symlinks and/or hardlinks if we've been asked to. |
| seravee /Volumes/Data/tmp/hoge [0] 67471 % ll | |
| total 0 | |
| drwxrwxrwx@ 1 yoshikaw staff 264 May 20 15:45:03 2012 キタ━━━━(゚∀゚)━━━━ッ!!/ | |
| drwxrwxrwx@ 1 yoshikaw staff 264 May 20 14:23:04 2012 日本語でおk/ | |
| drwxrwxrwx@ 1 yoshikaw staff 264 May 19 23:32:36 2012 あばばばば/ | |
| seravee /Volumes/Data/tmp/hoge [0] 67472 % ls あは<3099>は<3099>は<3099>は<3099>/ | |
| Completing directories | |
| あばばばば/ 日本語でおk/ キタ━━━━\(゚∀゚\)━━━━ッ\!\!/ | |
| seravee /Volumes/Data/tmp/hoge [0] 67472 % setopt combiningchars |