mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00:00
Fix stale comment referencing s_write
s_write is no more since 887867201
(Switch screen.h free functions
to member functions on screen_t, 2021-09-21).
This commit is contained in:
parent
be43e95ac9
commit
667bedad3d
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ struct selection_data_t {
|
||||||
bool operator!=(const selection_data_t &rhs) const { return !(*this == rhs); }
|
bool operator!=(const selection_data_t &rhs) const { return !(*this == rhs); }
|
||||||
};
|
};
|
||||||
|
|
||||||
/// A value-type struct representing a layout from which we can call to s_write().
|
/// A value-type struct representing a layout that can be rendered.
|
||||||
/// The intent is that everything we send to the screen is encapsulated in this struct.
|
/// The intent is that everything we send to the screen is encapsulated in this struct.
|
||||||
struct layout_data_t {
|
struct layout_data_t {
|
||||||
/// Text of the command line.
|
/// Text of the command line.
|
||||||
|
|
Loading…
Reference in a new issue