mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Lots of async changes
This commit is contained in:
parent
38eb7cdafd
commit
ed8056c5e8
35 changed files with 384 additions and 1133 deletions
11
spec/integrations/client_zpty_spec.rb
Normal file
11
spec/integrations/client_zpty_spec.rb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
describe 'a running zpty command' do
|
||||
it 'is not affected by running zsh-autosuggestions' do
|
||||
session.run_command('zmodload zsh/zpty')
|
||||
session.run_command('zpty -b kitty cat')
|
||||
session.run_command('zpty -w kitty cat')
|
||||
sleep 1
|
||||
session.run_command('zpty -r kitty')
|
||||
|
||||
wait_for(session.content).to end_with("\ncat")
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue