• Show log

    Commit

  • Hash : c84d0a02
    Author : antirez
    Date : 2014-09-03T10:11:31

    Don't emit ESC [ n C with n=0. This fixes a bug introduced with ANSI.SYS compatibility. When we want to move at a specific column, we need to emit the sequence to move the cursor to the right (after we moved 999 positions to the left) only if we want to actually move right at least 1 position, since a count of zero will still move the cursor one position to the right.

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/linenoise.git
    Git SSH git@git.kmx.io:kc3-lang/linenoise.git
    Public access ? public
    Description

    A minimal, zero-config, BSD licensed, readline replacement used in Redis, MongoDB, and Android.

    Users
    thodg_l kc3_lang_org thodg_w thodg_m thodg www_kmx_io
    Tags