This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ANSIColor=0,7,54,66, 1,203,75,22, 2,88,110,117, 3,101,123,131, 4,131,148,150, 5,108,113,196, 6,147,161,161, 7,253,246,227, 8,0,43,54, ,220,50,47, 10,133,153,0, 11,181,137,0, 12,38,139,210, 13,211,54,130, 14,42,161,152, 15,238,232,213 | |
; Solarized Dark | |
VTColor=131,148,150,0,43,54 | |
VTBoldColor=147,161,161,7,54,66 | |
VTBlinkColor=133,153,0,0,43,54 | |
;VTReverseColor=0,43,54,131,148,150 | |
VTReverseColor=101,123,131,253,246,227 | |
URLColor=181,137,0,0,43,54 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for b2 in {0..5}; do for r in {0..85}; do for b1 in {0..5}; do for g in {0..127}; do echo -ne "\e[48:2:$((r*3)):$((g*2)):$((b1*7 + b2*42))m "; done; echo -ne "\e[m"; done; echo; done; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim | |
>= 95 button-event mouse | |
>= 141 request termcap/terminfo string | |
>= 277 sgr-mouse | |
Emacs (xterm.el) | |
>= 216 modifyOtherKeys | |
>= 242 query background color | |
MinEd | |
>= 251 title stack | |
>= 210 UTF-8 title |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: terminal.c | |
=================================================================== | |
--- terminal.c (revision 9002) | |
+++ terminal.c (working copy) | |
@@ -5731,6 +5731,8 @@ | |
case MA_RELEASE: | |
encstate = 0x23; | |
term->mouse_is_down = 0; | |
+ if (braw == MBT_WHEEL_UP || braw == MBT_WHEEL_DOWN) | |
+ return; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- cursor.c.orig 2012-06-04 04:57:47.000000000 +0900 | |
+++ cursor.c 2013-06-06 19:35:14.000000000 +0900 | |
@@ -265,19 +265,19 @@ | |
void | |
CarriageReturn(XtermWidget xw) | |
{ | |
TScreen *screen = TScreenOf(xw); | |
int left = ScrnLeftMargin(xw); | |
int col; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- screen.c.orig 2013-06-15 17:29:09.000000000 +0900 | |
+++ screen.c 2013-06-15 17:45:44.000000000 +0900 | |
@@ -9020,6 +9020,7 @@ | |
int j; | |
unsigned temp; | |
int cursor_row; | |
+ int cursor_col = 0; | |
int type; | |
int result_empty; | |
int can_ce = can_clear(T_CE); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1;1H[2J7[?69h[20;70s8[1GIRM:[10G01234567890[30G#####[72Gabcdefgh[4h[75GTEST[15GTEST[60G01234567890[65GTEST[4l7[s[?69l8 | |
IRM-OK: 01234TEST567890 ##### 01234TEST56 abcTESTde | |
7[?69h[20;70s8[1GICH:[10G01234567890[30G#####[72Gabcdefgh[75G[4@TEST[15G[4@TEST[60G01234567890[65G[4@TEST7[s[?69l8 | |
ICH-OK: 01234TEST90 ##### 01234TEST56 abcTESTh | |
7[?69h[20;70s8[1GDCH:[10G01234567890[30G#####[72Gabcdefgh[75G[4P[15G[4P[60G01234567890[65G[4P7[s[?69l8 | |
DCH-OK: 01234567890 ##### 0123490 abcdefgh | |
[1GECH:[10G#######################################################################7[?69h[20;70s8[15G[10X[68G[5X[75G[3X7[s[?69l8 | |
ECH-OK: ##### ########################################### ## ### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7[?69h[19;40s8[1;1H[2J[2;1H12345678901234567890 | |
#[3;30Haaa | |
%[5;1H************************************************************** | |
bbb | |
[8;19H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@7[r[s[?69l8 | |
VT525's result as follows. | |
12345678901234567890 | |
# aaa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[H[2J11111111111111111111111111111111111111111111111111111111111111111111111111111111 | |
22222222222222222222222222222222222222222222222222222222222222222222222222222222 | |
33333333333333333333333333333333333333333333333333333333333333333333333333333333 | |
44444444444444444444444444444444444444444444444444444444444444444444444444444444 | |
55555555555555555555555555555555555555555555555555555555555555555555555555555555 | |
66666666666666666666666666666666666666666666666666666666666666666666666666666666 | |
77777777777777777777777777777777777777777777777777777777777777777777777777777777 | |
88888888888888888888888888888888888888888888888888888888888888888888888888888888 | |
99999999999999999999999999999999999999999999999999999999999999999999999999999999 | |
00000000000000000000000000000000000000000000000000000000000000000000000000000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
P0;0;8q"1;1 | |
#0;2;0;0;0#1;2;64;75;90#2;2;45;39;58#3;2;45;26;23#4;2;51;59;49#5;2;28;45;73#6;2;99;94;90#7;2;29;44;71#8;2;17;14;20#9;2;87;80;55#10;2;100;100;100#11;2;20;27;53#12;2;15;4;2#13;2;25;35;71#14;2;100;95;88#15;2;1;1;1 | |
#0!100@$ | |
#0!100A$ | |
#0!2C#10!96C#0!2C$ | |
#0!2G#10!96G#0!2G$ | |
#0!2O#10!2O#7!92O#10!2O#0!2O$ | |
#0!2_#10!2_#7!92_#10!2_#0!2_$ | |
- | |
#0!2@#10!2@#7!92@#10!2@#0!2@$ |
OlderNewer