mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-27 02:23:15 +01:00
Sync OpenBSD patchset 560:
Add cursor keys to the key names list.
This commit is contained in:
parent
399002baa4
commit
a3024f3d2a
8
tmux.1
8
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.207 2009-11-19 22:35:10 tcunha Exp $
|
.\" $Id: tmux.1,v 1.208 2009-11-28 14:38:30 tcunha Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -14,7 +14,7 @@
|
|||||||
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||||
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: November 19 2009 $
|
.Dd $Mdocdate: November 22 2009 $
|
||||||
.Dt TMUX 1
|
.Dt TMUX 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -1044,6 +1044,10 @@ or
|
|||||||
and Alt (meta) with
|
and Alt (meta) with
|
||||||
.Ql M- .
|
.Ql M- .
|
||||||
In addition, the following special key names are accepted:
|
In addition, the following special key names are accepted:
|
||||||
|
.Em Up ,
|
||||||
|
.Em Down ,
|
||||||
|
.Em Left ,
|
||||||
|
.Em Right ,
|
||||||
.Em BSpace ,
|
.Em BSpace ,
|
||||||
.Em BTab ,
|
.Em BTab ,
|
||||||
.Em DC
|
.Em DC
|
||||||
|
Loading…
Reference in New Issue
Block a user