mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Revert attempt to fix stray updates, turns out it was clock :-/.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: screen-display.c,v 1.15 2008-06-04 18:50:34 nicm Exp $ */
|
||||
/* $Id: screen-display.c,v 1.16 2008-06-04 19:20:09 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -22,14 +22,6 @@
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
/* Get a cell. */
|
||||
void
|
||||
screen_display_get_cell(struct screen *s,
|
||||
u_int px, u_int py, u_char *data, u_char *attr, u_char *colr)
|
||||
{
|
||||
screen_get_cell(s, screen_x(s, px), screen_y(s, py), data, attr, colr);
|
||||
}
|
||||
|
||||
/* Set a cell. */
|
||||
void
|
||||
screen_display_set_cell(
|
||||
|
Reference in New Issue
Block a user