Skip to content

Commit

Permalink
Increasing print buffer to fix crashes on ultra wide screens (cmus#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darby Payne authored and flyingmutant committed Jan 17, 2019
1 parent f5a442a commit c39b566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_curses.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int error_count = 0;

static char *server_address = NULL;

static char print_buffer[512];
static char print_buffer[1024];

/* destination buffer for utf8_encode_to_buf and utf8_decode */
static char conv_buffer[512];
Expand Down

0 comments on commit c39b566

Please sign in to comment.