"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "termcap.c" between
screen-4.8.0.tar.gz and screen-4.9.0.tar.gz

About: GNU screen is a screen manager with VT100/ANSI terminal emulation (multiplexing up to 10 pseudo-terminals).

termcap.c  (screen-4.8.0):termcap.c  (screen-4.9.0)
skipping to change at line 1070 skipping to change at line 1070
AddCap("WS=\\E[8;%d;%dt:"); AddCap("WS=\\E[8;%d;%dt:");
} }
for (i = T_CAPS; i < T_ECAPS; i++) for (i = T_CAPS; i < T_ECAPS; i++)
{ {
#ifdef MAPKEYS #ifdef MAPKEYS
struct action *act; struct action *act;
if (i < T_OCAPS) if (i < T_OCAPS)
{ {
if (i >= T_KEYPAD) /* don't put keypad codes in TERMCAP */ if (i >= T_KEYPAD) /* don't put keypad codes in TERMCAP */
continue; /* - makes it too big */ continue; /* - makes it too big */
#if (TERMCAP_BUF < 1024) #if (TERMCAP_BUFSIZE < 1024)
if (i >= T_FEXTRA && i < T_BACKTAB) /* also skip extra vt220 keys */ if (i >= T_FEXTRA && i < T_BACKTAB) /* also skip extra vt220 keys */
continue; continue;
if (i > T_BACKTAB && i < T_NAVIGATE) /* more vt220 keys */ if (i > T_BACKTAB && i < T_NAVIGATE) /* more vt220 keys */
continue; continue;
#endif #endif
if (i >= T_CURSOR && i < T_OCAPS) if (i >= T_CURSOR && i < T_OCAPS)
{ {
act = &umtab[i - (T_CURSOR - T_OCAPS + T_CAPS)]; act = &umtab[i - (T_CURSOR - T_OCAPS + T_CAPS)];
if (act->nr == RC_ILLEGAL) if (act->nr == RC_ILLEGAL)
act = &dmtab[i - (T_CURSOR - T_OCAPS + T_CAPS)]; act = &dmtab[i - (T_CURSOR - T_OCAPS + T_CAPS)];
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)