comparison mcabber/mcabber/screen.c @ 2074:e04b6dfbb054

Some whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Sun, 29 Sep 2013 11:07:06 +0200
parents 0722fe4b7580
children 16b04d64ec88
comparison
equal deleted inserted replaced
2073:990cad5123f3 2074:e04b6dfbb054
3451 _strmove(ptr_inputline, old); 3451 _strmove(ptr_inputline, old);
3452 check_offset(-1); 3452 check_offset(-1);
3453 } 3453 }
3454 3454
3455 // readline_backward_word() 3455 // readline_backward_word()
3456 // Move back to the start of the current or previous word 3456 // Move back to the start of the current or previous word
3457 void readline_backward_word(void) 3457 void readline_backward_word(void)
3458 { 3458 {
3459 int i = 0; 3459 int i = 0;
3460 3460
3461 if (ptr_inputline == inputLine) return; 3461 if (ptr_inputline == inputLine) return;