Skip to content

Commit

Permalink
use consistent terms
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Nov 4, 2018
1 parent e0bf187 commit 2b71ac2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ After the sentence has been processed by all extensions, it will be displayed.
# SentenceInfo

## The following properties are in ```SentenceInfo```
```"current select"```: always 0 unless the sentence is in the text channel selected by the user.<br>
```"hook address"```: address the hook was inserted at. May need cast to unsigned. Console text channel is always -1.<br>
```"process id"```: process id that the sentence is coming from.<br>
```"text handle"```: number that uniquely identifies the current text channel.<br>
```"text name"```: pointer to start of a wchar array of the name of the current text channel.<br>
```"current select"```: always 0 unless the sentence is in the text thread selected by the user.<br>
```"hook address"```: address the hook was inserted at. May need cast to unsigned. Console text thread is always -1.<br>
```"process id"```: process id that the sentence is coming from. 0 for console and clipboard text threads.<br>
```"text handle"```: number that uniquely identifies the current text thread.<br>
```"text name"```: pointer to start of a wchar array of the name of the current text thread.<br>

# Notes

Expand Down

0 comments on commit 2b71ac2

Please sign in to comment.