mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Two spacing and spelling nits.
This commit is contained in:
parent
531869bd92
commit
88aa1c8dc3
3
format.c
3
format.c
@ -48,7 +48,8 @@ void format_cb_host_short(struct format_tree *, struct format_entry *);
|
|||||||
void format_cb_pid(struct format_tree *, struct format_entry *);
|
void format_cb_pid(struct format_tree *, struct format_entry *);
|
||||||
void format_cb_session_alerts(struct format_tree *, struct format_entry *);
|
void format_cb_session_alerts(struct format_tree *, struct format_entry *);
|
||||||
void format_cb_window_layout(struct format_tree *, struct format_entry *);
|
void format_cb_window_layout(struct format_tree *, struct format_entry *);
|
||||||
void format_cb_window_visible_layout(struct format_tree *, struct format_entry *);
|
void format_cb_window_visible_layout(struct format_tree *,
|
||||||
|
struct format_entry *);
|
||||||
void format_cb_start_command(struct format_tree *, struct format_entry *);
|
void format_cb_start_command(struct format_tree *, struct format_entry *);
|
||||||
void format_cb_current_command(struct format_tree *, struct format_entry *);
|
void format_cb_current_command(struct format_tree *, struct format_entry *);
|
||||||
void format_cb_history_bytes(struct format_tree *, struct format_entry *);
|
void format_cb_history_bytes(struct format_tree *, struct format_entry *);
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#define grid_view_x(gd, x) (x)
|
#define grid_view_x(gd, x) (x)
|
||||||
#define grid_view_y(gd, y) ((gd)->hsize + (y))
|
#define grid_view_y(gd, y) ((gd)->hsize + (y))
|
||||||
|
|
||||||
/* Get cel. */
|
/* Get cell. */
|
||||||
void
|
void
|
||||||
grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc)
|
grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user