⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 putty.src

📁 vbindiff-3.0_beta4.tar.gz是一个linux下二进制比较工具
💻 SRC
字号:
# This file contains a definition of the putty terminal updated from the# one in ncurses 5.4 (correcting the Home & End keys)# PuTTY 0.57 (released 20 February 2005)# http://www.chiark.greenend.org.uk/~sgtatham/putty/## This emulates vt100 + vt52 (plus a few vt220 features:  ech, SRM, DECTCEM, as# well as SCO and Atari, color palettes from Linux console).  Reading the code,# it is intended to be VT102 plus selected features By default, it sets $TERM# to xterm, which is incorrect, since several features are misimplemented:##	Alt+key always sends ESC+key, so 'km' capability is removed.##	Control responses, wrapping and tabs are buggy, failing a couple of#	screens in vttest.##	xterm mouse support is not implemented (unrelease version may).## Several features such as backspace/delete are optional; this entry documents# the default behavior -TDputty|xterm clone (win32), 	am, bw, ccc, km, mir, msgr, xenl, 	colors#8, cols#80, it#8, lines#24, pairs#64, 	acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 	dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, 	ech=\E[%p1%dX, ed=\E[J, el=\E[K, enacs=\E)0, home=\E[H, 	hpa=\E[%i%p1%dG, ht=^I, hts=\EH, il=\E[%p1%dL, il1=\E[L, 	ind=^J, 	initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p3%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p4%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;, 	is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, 	kbs=\177, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, 	kcuu1=\EOA, kdch1=\E[3~, kf1=\E[11~, kf10=\E[21~, 	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 	kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 	kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 	kf9=\E[20~, khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, 	kpp=\E[5~, kend=\E[4~, oc=\E]R, op=\E[39;49m, rc=\E8, 	rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, 	rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E[?1l\E>, 	rmso=\E[27m, rmul=\E[24m, 	rs2=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>, sc=\E7, 	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 	sgr0=\E[m, smacs=^N, smam=\E[?7h, smcup=\E7\E[?47h, 	smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, 	tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, 	vpa=\E[%i%p1%dd, # The following sets edit modes for GNU EMACS.# Local Variables:# fill-prefix:"\t"# fill-column:75# comment-column:0# comment-start-skip:"^#+"# comment-start:"# "# compile-command:"tic -c putty.src"# End:######## SHANTIH!  SHANTIH!  SHANTIH!

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -