about summary refs log tree commit diff homepage
path: root/termcap.diff
blob: 66698a7afe4c644d1b0f5adeae02e58522abae58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- /usr/share/misc/termcap	2017-07-29 16:46:57.370274000 +0000
+++ termcap	2017-07-30 20:44:18.427569000 +0000
@@ -2882,8 +2882,8 @@
 	:Co#88:pa#7744:tc=xterm-256color:
 
 xterm-256color|xterm alias 3:\
-	:Co#256:pa#32767:\
-	:AB=\E[48;5;%dm:AF=\E[38;5;%dm:tc=xterm-new:
+	:pa#32767:\
+	:tc=xterm-new:
 
 xterm-nrc|xterm alias 4:\
 	:tc=xterm:
g'> 2019-10-23Track nick changesJune McEnroe 2019-10-23Rename Command to MessageJune McEnroe 2019-10-23Synchronize state after client registrationJune McEnroe 2019-10-23Send to server if client has no needsJune McEnroe 2019-10-23Implement some amount of client connectionJune McEnroe 2019-10-23Set clients non-blockingJune McEnroe 2019-10-23Clean up state.c and factor out parsingJune McEnroe 2019-10-23Respond to pingsJune McEnroe 2019-10-23Add verbose flagJune McEnroe 2019-10-23Set NOSIGPIPE on server connectionJune McEnroe 2019-10-23Set an initial loop capJune McEnroe 2019-10-23Fix rest parsingJune McEnroe 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe