I made a quick and dirty workaround for this - it seems to work for me. In ansitextview.c:
gboolean
ansitextview_prune_extra_lines(gpointer data)
{
WorldGUI *gui = (WorldGUI *) data;
gint lines;
if (!gui->world) {
return TRUE;
}
lines = gtk_text_buffer_get_line_count(gui->txtBuffer);
if ...
Search found 3 matches
- Mon May 28, 2018 9:25 pm
- Forum: KildClient
- Topic: Display refresh goes a-wonky
- Replies: 8
- Views: 172062
- Mon May 28, 2018 4:06 pm
- Forum: KildClient
- Topic: Disable Perl?
- Replies: 8
- Views: 158993
Re: Disable Perl?
Good that I found this. Client-side commands didn't work. With this thread I found the character box and it was empty. I don't know why. Anyway, I entered slash there and now the commands work again.
- Sat Feb 27, 2016 5:13 pm
- Forum: KildClient
- Topic: Display refresh goes a-wonky
- Replies: 8
- Views: 172062
Re: Display refresh goes a-wonky
Seems to be the same problem I have. I even compiled version 3.0.1 (Debian offers 3.0.0) but it didn't help. I even looked at some sources, but it's so complex that I didn't find a place to force a more frequent refresh for a workaround. Maybe later I'll have time and energy.
It's a pity, because ...
It's a pity, because ...