aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-02-11 18:44:08 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-02-11 18:44:08 +0000
commit6c76aaca92e11e5f4d1a593081315b9b5e1da2e4 (patch)
tree28b5e53e73b73048d194373eb4f659ab40a479f9 /tmux.h
parent03d531ebc6058f0c3d4f5d2a5471255d23c0b93e (diff)
downloadrtmux-6c76aaca92e11e5f4d1a593081315b9b5e1da2e4.tar.gz
rtmux-6c76aaca92e11e5f4d1a593081315b9b5e1da2e4.tar.bz2
rtmux-6c76aaca92e11e5f4d1a593081315b9b5e1da2e4.zip
Lose unnecessary cursor restores, fix a couple of placement bugs and remove unused CR.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 8dcee8a7..1fe8986d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.268 2009-02-11 17:50:36 nicm Exp $ */
+/* $Id: tmux.h,v 1.269 2009-02-11 18:44:05 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -240,7 +240,6 @@ enum tty_code_code {
TTYC_CLEAR, /* clear_screen, cl */
TTYC_CNORM, /* cursor_normal, ve */
TTYC_COLORS, /* max_colors, Co */
- TTYC_CR, /* carriage_return, cr */
TTYC_CSR, /* change_scroll_region, cs */
TTYC_CUD, /* parm_down_cursor, DO */
TTYC_CUD1, /* cursor_down, do */