Skip to content

Instantly share code, notes, and snippets.

@saitoha
Created September 13, 2014 12:32
Show Gist options
  • Save saitoha/aaa9ebc57a6e8999dddd to your computer and use it in GitHub Desktop.
Save saitoha/aaa9ebc57a6e8999dddd to your computer and use it in GitHub Desktop.
mlterm: fix build for r2371
diff -r a3b03f8183dc mlterm/ml_term_manager.c
--- a/mlterm/ml_term_manager.c Sat Sep 13 08:22:25 2014 +0900
+++ b/mlterm/ml_term_manager.c Sat Sep 13 21:30:17 2014 +0900
@@ -338,7 +338,7 @@
alt_color_mode)))
{
ml_term_plug_pty( terms[num_of_terms++] , pty) ;
- ml_set_pty_winsize( pty , cols , rows) ;
+ ml_set_pty_winsize( pty , cols , rows, 0, 0) ;
continue ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment