File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 111
111
## 预编辑结构
112
112
``` html
113
113
<div class =" fcitx-preedit" >
114
- <div class =" fcitx-pre-cursor " >预bian</div >
115
- <div class =" fcitx-cursor fcitx-no-text" ></div >
116
- <div class =" fcitx-post-cursor " >ji</div >
114
+ <div class =" fcitx-pre-caret " >预bian</div >
115
+ <div class =" fcitx-caret fcitx-no-text" ></div >
116
+ <div class =" fcitx-post-caret " >ji</div >
117
117
</div >
118
118
```
119
- ` fcitx-pre-cursor ` 是光标前的预编辑文字。
119
+ ` fcitx-pre-caret ` 是光标前的预编辑文字。
120
120
121
- ` fcitx-cursor ` 是光标。
121
+ ` fcitx-caret ` 是光标。
122
122
123
- ` fcitx-no-text ` * 表示非文字形式。当它与 ` fcitx-cursor ` 结合时,光标是一个(闪烁或静止的)竖条,否则光标是文字形式,如 ` ‸ ` 。
123
+ ` fcitx-no-text ` * 表示非文字形式。当它与 ` fcitx-caret ` 结合时,光标是一个(闪烁或静止的)竖条,否则光标是文字形式,如 ` ‸ ` 。
124
124
125
- ` fcitx-post-cursor ` 是光标后的预编辑文字。
125
+ ` fcitx-post-caret ` 是光标后的预编辑文字。
126
126
127
127
## 候选词结构
128
128
``` html
You can’t perform that action at this time.
0 commit comments