16 lines
569 B
Diff
16 lines
569 B
Diff
*** display.c 2009-01-04 14:32:32.000000000 -0500
|
|
--- display.c 2009-04-14 14:00:18.000000000 -0400
|
|
***************
|
|
*** 1773,1777 ****
|
|
adjust col_lendiff based on the difference between _rl_last_c_pos
|
|
and _rl_screenwidth */
|
|
! if (col_lendiff && (_rl_last_c_pos < _rl_screenwidth))
|
|
#endif
|
|
{
|
|
--- 1773,1777 ----
|
|
adjust col_lendiff based on the difference between _rl_last_c_pos
|
|
and _rl_screenwidth */
|
|
! if (col_lendiff && ((MB_CUR_MAX == 1 || rl_byte_oriented) || (_rl_last_c_pos < _rl_screenwidth)))
|
|
#endif
|
|
{
|