Skip to content
  • Luis Javier Merino's avatar
    Selecting past last char -> extend to last column · 836b1d98
    Luis Javier Merino authored and Tomaz  Canabrava's avatar Tomaz Canabrava committed
    When selecting past the last character, extend the selection to the last
    column.  This allows the user to know when the selection has extended
    past the last character on a line, even in the presence of trailing
    spaces, and will get a newline added to the last line.
    
    This is the behavior of xterm, VTE and rxvt.  mlterm doesn't allow
    selections to extend past the last non-space character on a line.
    
    BUG: 413426
    CCBUG: 158726
    836b1d98