mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-24 23:59:03 +01:00
Fix usage.
This commit is contained in:
parent
59da4dce67
commit
fc7953f05f
5
TODO
5
TODO
@ -71,13 +71,14 @@
|
|||||||
- tidy up window modes
|
- tidy up window modes
|
||||||
- support \033_string\033\\ for window title too
|
- support \033_string\033\\ for window title too
|
||||||
- list-keys should be sorted
|
- list-keys should be sorted
|
||||||
- document buffer stuff
|
|
||||||
- copy-mode enhancements: next word etc etc
|
- copy-mode enhancements: next word etc etc
|
||||||
- problems with force-width when wrapping line in emacs?
|
- problems with force-width when wrapping line in emacs?
|
||||||
- command history for command-prompt. better tab completion
|
- command history for command-prompt. better tab completion
|
||||||
- options parsing could be much more generic, opening the way for abbreviation
|
- options parsing could be much more generic, opening the way for abbreviation
|
||||||
and tab completion of option names
|
and tab completion of option names
|
||||||
- document list-commands
|
---
|
||||||
|
- document list-commands. document switch-client
|
||||||
|
- document buffer stuff
|
||||||
---
|
---
|
||||||
save-buffer -b number filename
|
save-buffer -b number filename
|
||||||
load-buffer -b number filename
|
load-buffer -b number filename
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $Id: cmd-switch-client.c,v 1.10 2008-06-18 22:21:51 nicm Exp $ */
|
/* $Id: cmd-switch-client.c,v 1.11 2008-06-23 22:26:52 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -42,7 +42,7 @@ struct cmd_switch_client_data {
|
|||||||
|
|
||||||
const struct cmd_entry cmd_switch_client_entry = {
|
const struct cmd_entry cmd_switch_client_entry = {
|
||||||
"switch-client", "switchc",
|
"switch-client", "switchc",
|
||||||
"[-c client-tty] [-t target-session]",
|
"[-c target-client] [-t target-session]",
|
||||||
0,
|
0,
|
||||||
NULL,
|
NULL,
|
||||||
cmd_switch_client_parse,
|
cmd_switch_client_parse,
|
||||||
|
Loading…
Reference in New Issue
Block a user