Revision: 2731
          http://tmux.svn.sourceforge.net/tmux/?rev=2731&view=rev
Author:   tcunha
Date:     2012-03-18 01:47:11 +0000 (Sun, 18 Mar 2012)
Log Message:
-----------
Sync OpenBSD patchset 1052:

Fix a warning. Doh.

Modified Paths:
--------------
    trunk/tty.c

Modified: trunk/tty.c
===================================================================
--- trunk/tty.c 2012-03-18 01:46:37 UTC (rev 2730)
+++ trunk/tty.c 2012-03-18 01:47:11 UTC (rev 2731)
@@ -43,6 +43,7 @@
 void   tty_colours_fg(struct tty *, const struct grid_cell *);
 void   tty_colours_bg(struct tty *, const struct grid_cell *);
 
+int    tty_large_region(struct tty *, const struct tty_ctx *);
 void   tty_redraw_region(struct tty *, const struct tty_ctx *);
 void   tty_emulate_repeat(
            struct tty *, enum tty_code_code, enum tty_code_code, u_int);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to