diff options
author | Daniel Carl <danielcarl@gmx.de> | 2020-02-21 23:30:54 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2020-02-21 23:30:54 +0100 |
commit | 44cbc4c19ccee2d624620af4193338ff4e278a66 (patch) | |
tree | 2f35ad23822be52df9a758235bce4b6ab6a2c883 /doc/vimb.1 | |
parent | 0e98c6beb3620075e954c2b91b61a16e700b0e82 (diff) |
Use g_string_erase instead of memmove.
The memmove moved queued keys toward the beginning and left clutter and
unwanted stuff at the end which might cause issues in future. So now
g_string_erase is used which strips chars from the beginning of the
string. This is what the memmove() intended but did not make obvious.
Diffstat (limited to 'doc/vimb.1')
0 files changed, 0 insertions, 0 deletions