aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-07-24 22:21:28 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-07-24 22:21:28 +0000
commitc39c1618c7a20bb28243e746e1a8c2689b34edc5 (patch)
tree7b7a2dba77c0b7c75cf97756f66c9f035cf254c1
parent3337dfcae5505236eb11e61323ce2d58d9f54fed (diff)
downloadrtmux-c39c1618c7a20bb28243e746e1a8c2689b34edc5.tar.gz
rtmux-c39c1618c7a20bb28243e746e1a8c2689b34edc5.tar.bz2
rtmux-c39c1618c7a20bb28243e746e1a8c2689b34edc5.zip
Spacing.
-rw-r--r--TODO4
-rw-r--r--tmux.h4
2 files changed, 3 insertions, 5 deletions
diff --git a/TODO b/TODO
index ac16b427..10ce8a82 100644
--- a/TODO
+++ b/TODO
@@ -62,8 +62,6 @@
- command history for command-prompt. better tab completion (use options too)
- window options should be done similarly to standard options
- next prev word etc in command prompt
-- split keys in command prompt/scroll mode/copy mode into vi and emacs and
- have a "edit-mode" option select which keymap
-- many more info displays for various things
+- many more info() displays for various things
- document mode-keys
- vi half page scroll
diff --git a/tmux.h b/tmux.h
index 47379bf0..fa5edde6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.177 2008-07-24 21:42:40 nicm Exp $ */
+/* $Id: tmux.h,v 1.178 2008-07-24 22:21:28 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1242,7 +1242,7 @@ void winlink_remove(struct winlinks *, struct winlink *);
struct winlink *winlink_next(struct winlinks *, struct winlink *);
struct winlink *winlink_previous(struct winlinks *, struct winlink *);
struct window *window_create(const char *,
- const char *, const char **, u_int, u_int, u_int);
+ const char *, const char **, u_int, u_int, u_int);
int window_spawn(struct window *, const char *, const char **);
void window_destroy(struct window *);
int window_resize(struct window *, u_int, u_int);