Files
fish-shell/src
Johannes Altmanninger d30a2c5240 Try to reduce write(3) calls for OSC 133 prompt markers
Something like

	write!(f, "foo{}bar", ...)

seems to call f.write_str() thrice.

Splitting a single OSC 133 command into three calls to write(3) might result in
odd situations if one of them fails. Let's try to do it in one in most cases.

Add a new buffered output type that can be used with write!(). This is
somewhat redundant given that we have scoped_buffer().  While at it, remove
the confused error handling.  This doesn't fail unless we are OOM (and this
new type makes that more obvious).

(cherry picked from commit e5e932e970)
2025-03-03 11:48:48 +01:00
..
2024-12-06 22:12:26 +01:00
2024-11-30 12:21:30 -08:00
2024-11-24 11:17:34 +01:00
2024-05-06 14:59:36 -05:00
2024-11-30 12:21:30 -08:00
2024-06-29 18:03:52 -07:00
2025-01-17 10:02:32 +01:00
2024-08-27 14:28:00 +02:00
2024-08-27 14:28:00 +02:00
2024-10-09 12:36:58 +02:00
2024-04-29 22:00:59 +02:00
2024-09-22 14:02:55 -07:00
2024-01-13 08:52:54 +01:00
2024-08-27 14:28:00 +02:00
2024-08-27 14:28:00 +02:00
2024-08-27 14:28:00 +02:00
2025-01-30 16:27:31 +01:00
2025-01-27 06:59:18 +01:00
2024-12-07 10:37:53 -08:00
2024-11-17 17:03:34 -08:00
2024-01-13 03:58:33 +01:00
2024-06-29 18:03:52 -07:00
2024-12-07 10:37:53 -08:00
2024-12-23 17:01:04 +01:00
2024-06-29 18:03:52 -07:00
2024-08-27 14:28:00 +02:00
2024-11-22 16:30:10 -06:00