simple-im: add support for unicode input
This commit is contained in:
parent
9ac4fea594
commit
481e9b3854
13 changed files with 158 additions and 1 deletions
|
|
@ -798,6 +798,9 @@ pub enum ClientMessage<'a> {
|
|||
SeatReloadSimpleIm {
|
||||
seat: Seat,
|
||||
},
|
||||
SeatEnableUnicodeInput {
|
||||
seat: Seat,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue