mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:37:59 +08:00
47480b2dbd
Prior to this change, if we saw more than one repaint readline command in a row, we would try to ignore the second one. However this was never the right thing to do since sometimes we really do need to repaint twice in a row (e.g. the user hits Ctrl+L twice). Previously we were saved by the buginess of this mechanism but with the repainting refactoring we see missing redraws. Remove the coalescing logic and add a test. Fixes #7280. |
||
---|---|---|
.. | ||
osx_package_resources | ||
osx_package_scripts | ||
cppcheck.sh | ||
diff_profiles.fish | ||
find_globals.fish | ||
fish_xgettext.fish | ||
git_version_gen.sh | ||
iwyu.linux.imp | ||
iwyu.osx.imp | ||
lint.fish | ||
list_committers_since.fish | ||
littlecheck.py | ||
mac_notarize.sh | ||
make_pkg.sh | ||
make_tarball.sh | ||
osx_distribution.xml | ||
pexpect_helper.py | ||
style.fish | ||
ubsan.blacklist |