Skip to content
  • Eric Armbruster's avatar
    Ensure cursor is valid if only --line is set · e2a3fffd
    Eric Armbruster authored and Christoph Cullmann's avatar Christoph Cullmann committed
    We need to make sure the cursor is valid if only the --line or only the --column argument is set.
    
    To achieve this, set the default value for column and line to 0 and explicitly return an invalid cursor when both options are not set.
    
    BUG: 453689
    e2a3fffd