[BACK]Return to tty-features.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty-features.c between version 1.1 and 1.2

version 1.1, 2020/04/20 13:25:36 version 1.2, 2020/04/20 13:38:48
Line 35 
Line 35 
  * Also:   * Also:
  * - XT is used to decide whether to send DA and DSR,   * - XT is used to decide whether to send DA and DSR,
  * - DECSLRM and DECFRA use a flag instead of capabilities.   * - DECSLRM and DECFRA use a flag instead of capabilities.
  * - Sync is a flag rather than a string capability.  
  * - UTF-8 is a separate flag on the client; needed for unattached clients.   * - UTF-8 is a separate flag on the client; needed for unattached clients.
  */   */
   
Line 148 
Line 147 
   
 /* Terminal supports synchronized updates. */  /* Terminal supports synchronized updates. */
 static const char *tty_feature_sync_capabilities[] = {  static const char *tty_feature_sync_capabilities[] = {
         "Sync",          "Sync=\\EP=%p1%ds\\E\\\\",
         NULL          NULL
 };  };
 static struct tty_feature tty_feature_sync = {  static struct tty_feature tty_feature_sync = {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2