From 2b71ac23162648eaf2a0ce1f486169777c766a6d Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 4 Nov 2018 04:24:20 -0500 Subject: [PATCH] use consistent terms --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fafc9c7..e66d94f 100644 --- a/README.md +++ b/README.md @@ -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.
-```"hook address"```: address the hook was inserted at. May need cast to unsigned. Console text channel is always -1.
-```"process id"```: process id that the sentence is coming from.
-```"text handle"```: number that uniquely identifies the current text channel.
-```"text name"```: pointer to start of a wchar array of the name of the current text channel.
+```"current select"```: always 0 unless the sentence is in the text thread selected by the user.
+```"hook address"```: address the hook was inserted at. May need cast to unsigned. Console text thread is always -1.
+```"process id"```: process id that the sentence is coming from. 0 for console and clipboard text threads.
+```"text handle"```: number that uniquely identifies the current text thread.
+```"text name"```: pointer to start of a wchar array of the name of the current text thread.
# Notes