mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
Don't use fancy Unicode quotes, stick to ASCII
This commit is contained in:
parent
d6939dd634
commit
7999975016
31 changed files with 328 additions and 328 deletions
12
terminal.h
12
terminal.h
|
|
@ -152,8 +152,8 @@ struct sixel {
|
|||
* We store the cell dimensions of the time the sixel was emitted.
|
||||
*
|
||||
* If the font size is changed, we rescale the image accordingly,
|
||||
* to ensure it stays within its cell boundaries. ‘scaled’ is a
|
||||
* cached, rescaled version of ‘data’ + ‘pix’.
|
||||
* to ensure it stays within its cell boundaries. 'scaled' is a
|
||||
* cached, rescaled version of 'data' + 'pix'.
|
||||
*/
|
||||
int cell_width;
|
||||
int cell_height;
|
||||
|
|
@ -346,7 +346,7 @@ struct url {
|
|||
char32_t *key;
|
||||
struct range range;
|
||||
enum url_action action;
|
||||
bool url_mode_dont_change_url_attr; /* Entering/exiting URL mode doesn’t touch the cells’ attr.url */
|
||||
bool url_mode_dont_change_url_attr; /* Entering/exiting URL mode doesn't touch the cells' attr.url */
|
||||
bool osc8;
|
||||
bool duplicate;
|
||||
};
|
||||
|
|
@ -382,7 +382,7 @@ struct terminal {
|
|||
bool bracketed_paste;
|
||||
bool focus_events;
|
||||
bool alt_scrolling;
|
||||
bool modify_other_keys_2; /* True when modifyOtherKeys=2 (i.e. “CSI >4;2m”) */
|
||||
bool modify_other_keys_2; /* True when modifyOtherKeys=2 (i.e. "CSI >4;2m") */
|
||||
enum cursor_origin origin;
|
||||
enum cursor_keys cursor_keys_mode;
|
||||
enum keypad_keys keypad_keys_mode;
|
||||
|
|
@ -644,7 +644,7 @@ struct terminal {
|
|||
} render;
|
||||
|
||||
struct {
|
||||
struct grid *grid; /* Original ‘normal’ grid, before resize started */
|
||||
struct grid *grid; /* Original 'normal' grid, before resize started */
|
||||
int old_screen_rows; /* term->rows before resize started */
|
||||
int old_cols; /* term->cols before resize started */
|
||||
int old_hide_cursor; /* term->hide_cursor before resize started */
|
||||
|
|
@ -678,7 +678,7 @@ struct terminal {
|
|||
* Pan is the vertical shape of a pixel
|
||||
* Pad is the horizontal shape of a pixel
|
||||
*
|
||||
* pan/pad is the sixel’s aspect ratio
|
||||
* pan/pad is the sixel's aspect ratio
|
||||
*/
|
||||
int pan;
|
||||
int pad;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue