mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Some more long lines.
This commit is contained in:
@ -65,7 +65,8 @@ screen_write_reset(struct screen_write_ctx *ctx)
|
||||
|
||||
/* Write character. */
|
||||
void
|
||||
screen_write_putc(struct screen_write_ctx *ctx, struct grid_cell *gc, u_char ch)
|
||||
screen_write_putc(struct screen_write_ctx *ctx, struct grid_cell *gc,
|
||||
u_char ch)
|
||||
{
|
||||
grid_cell_one(gc, ch);
|
||||
screen_write_cell(ctx, gc);
|
||||
|
Reference in New Issue
Block a user