1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Comments no longer valid.

This commit is contained in:
Nicholas Marriott 2009-01-10 18:08:55 +00:00
parent 5b8d4f1249
commit 9722e7194b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $Id: cmd-copy-mode.c,v 1.11 2008-06-18 22:21:51 nicm Exp $ */ /* $Id: cmd-copy-mode.c,v 1.12 2009-01-10 18:08:55 nicm Exp $ */
/* /*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -21,7 +21,7 @@
#include "tmux.h" #include "tmux.h"
/* /*
* Enter copy mode. Only valid when bound to a key. * Enter copy mode.
*/ */
void cmd_copy_mode_exec(struct cmd *, struct cmd_ctx *); void cmd_copy_mode_exec(struct cmd *, struct cmd_ctx *);

View File

@ -1,4 +1,4 @@
/* $Id: cmd-scroll-mode.c,v 1.12 2008-06-05 21:25:00 nicm Exp $ */ /* $Id: cmd-scroll-mode.c,v 1.13 2009-01-10 18:08:55 nicm Exp $ */
/* /*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -21,7 +21,7 @@
#include "tmux.h" #include "tmux.h"
/* /*
* Enter scroll mode. Only valid when bound to a key. * Enter scroll mode.
*/ */
void cmd_scroll_mode_exec(struct cmd *, struct cmd_ctx *); void cmd_scroll_mode_exec(struct cmd *, struct cmd_ctx *);