X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole-tty.h;h=cf9dd848a8a7b8933e048f08cd7766742ca5189c;hb=57bf633187a745973c8f0e0220e3aad79a83462f;hp=ba05621c1b8c0003b57c9c12c5ab65ed2bdd3456;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git.1 diff --git a/src/console-tty.h b/src/console-tty.h index ba05621..cf9dd84 100644 --- a/src/console-tty.h +++ b/src/console-tty.h @@ -82,6 +82,8 @@ struct tty_console character info */ unsigned int flow_control :1; /* Nonzero means use ^S/^Q as cretinous flow control. */ + unsigned int auto_margins :1; /* Nonzero means terminal wraps when + writing to the last column */ int standout_width; /* # of spaces printed when change to standout mode */ int underline_width; /* # of spaces printed when @@ -175,6 +177,9 @@ struct tty_console const char *keypad_off; /* rmkx, ke */ const char *orig_pair; /* op, op */ + + const char *disable_auto_margins; /* rmam, RA */ + const char *enable_auto_margins; /* smam, SA */ } sd; /* costs of various operations */