]> Sergey Matveev's repositories - nnn.git/commit
Shows 'Cannot resolve path' on narrow terminal
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 29 Mar 2017 20:42:44 +0000 (02:12 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 29 Mar 2017 20:42:44 +0000 (02:12 +0530)
commit5c7aaa6d0d10bdc1c1135b9a9cfd0d7e181303ef
tree2141235ec01163fe7d86d2a6e9526963f91934a9
parentb5e0023bfc0b4eed536eeda6c193755b8a414792
Shows 'Cannot resolve path' on narrow terminal

noice truncates the cwd string dynamically. If the numbers of columns is lesser than the length of the path, cwd is truncated so that the correct path cannot be resolved. We should try to resolve the full path instead.
noice.c