aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-06-05 12:01:18 +0100
committerThomas Adam <thomas@xteddy.org>2020-06-05 12:01:18 +0100
commit47a5afe5bf91f0525aacba691829a36156213e17 (patch)
treeb51af27bc4ab04c1f1fcab47a136c96aa085895b /tmux.h
parenta06cf900c7f8443a63005b6a2c59d11095d2a259 (diff)
parent03b2998abe7712324a1a2ca254167dcc1ce28e4d (diff)
downloadrtmux-47a5afe5bf91f0525aacba691829a36156213e17.tar.gz
rtmux-47a5afe5bf91f0525aacba691829a36156213e17.tar.bz2
rtmux-47a5afe5bf91f0525aacba691829a36156213e17.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 9b3bf216..6119e8a8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -259,6 +259,7 @@ enum {
/* Termcap codes. */
enum tty_code_code {
TTYC_ACSC,
+ TTYC_AM,
TTYC_AX,
TTYC_BCE,
TTYC_BEL,
@@ -479,7 +480,6 @@ enum tty_code_code {
TTYC_TSL,
TTYC_U8,
TTYC_VPA,
- TTYC_XENL,
TTYC_XT
};
@@ -1258,7 +1258,7 @@ struct tty_term {
struct tty_code *codes;
#define TERM_256COLOURS 0x1
-#define TERM_NOXENL 0x2
+#define TERM_NOAM 0x2
#define TERM_DECSLRM 0x4
#define TERM_DECFRA 0x8
#define TERM_RGBCOLOURS 0x10