This commit is contained in:
Kovid Goyal 2017-01-21 11:34:54 +05:30
parent 98ec79e649
commit fff37ea39b

View File

@ -255,7 +255,7 @@ Saved images can be deleted, to free up resources, by using the code:
The special value of 'i=*' will cause the terminal emulator to delete all The special value of 'i=*' will cause the terminal emulator to delete all
stored images. Well behaved clients should send this code before terminating. stored images. Well behaved clients should send this code before terminating.
Terminal emulators may limit the maximum amount of saved data to avoid DoS Terminal emulators may limit the maximum amount of saved data to avoid denial-of-service
attacks. Terminal emulators should make the limit fairly generous, at least a attacks. Terminal emulators should make the limit fairly generous, at least a
few hundred, full screen RGBA images worth of data should be allowed. few hundred, full screen RGBA images worth of data should be allowed.