mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
Spacing.
This commit is contained in:
parent
3337dfcae5
commit
c39c1618c7
4
TODO
4
TODO
@ -62,8 +62,6 @@
|
|||||||
- command history for command-prompt. better tab completion (use options too)
|
- command history for command-prompt. better tab completion (use options too)
|
||||||
- window options should be done similarly to standard options
|
- window options should be done similarly to standard options
|
||||||
- next prev word etc in command prompt
|
- next prev word etc in command prompt
|
||||||
- split keys in command prompt/scroll mode/copy mode into vi and emacs and
|
- many more info() displays for various things
|
||||||
have a "edit-mode" option select which keymap
|
|
||||||
- many more info displays for various things
|
|
||||||
- document mode-keys
|
- document mode-keys
|
||||||
- vi half page scroll
|
- vi half page scroll
|
||||||
|
4
tmux.h
4
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>
|
* 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_next(struct winlinks *, struct winlink *);
|
||||||
struct winlink *winlink_previous(struct winlinks *, struct winlink *);
|
struct winlink *winlink_previous(struct winlinks *, struct winlink *);
|
||||||
struct window *window_create(const char *,
|
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 **);
|
int window_spawn(struct window *, const char *, const char **);
|
||||||
void window_destroy(struct window *);
|
void window_destroy(struct window *);
|
||||||
int window_resize(struct window *, u_int, u_int);
|
int window_resize(struct window *, u_int, u_int);
|
||||||
|
Loading…
Reference in New Issue
Block a user