Results 145 comments of

@wmcbrine doing `wget_wch(editorpad)` instead of `get_wch()` fixed the issue with the currsor, but **another issue appeared**: arrow keys won't get read\captured when i do `wget_wch(editorpad)` for some reason...

An issue with the arrow keys and `wget_wch(editorpad)` seems to occure with `NCurses` too *(where it just crushes)*

> Remember, keypad() is also per-window. I wasn't aware of this, thanks!! everything works fine now.

I think I found *(kind of)* where the issue with `PDCurses` is located thanks to your clue about `ncurses`, although I might be wrong cause i'm a bit noob [...]...

`PDCurses`'s `update_panels` function executes `wnoutrefresh` when it could just `pnoutrefresh` instead *(i think)*, by cheking if `pan->win->_flags` is `_PAD` but `pnoutrefresh` needs some parameters that pads don't store like begx/y...

Ok i think i get it [`1`](https://github.com/mirror/ncurses/blob/c0e5fbfcce224693b3effdd295ee49b6b761b754/ncurses/base/lib_pad.c#L289) [`2`](https://github.com/mirror/ncurses/blob/c0e5fbfcce224693b3effdd295ee49b6b761b754/ncurses/base/lib_pad.c#L319)

@Bill-Gray i have some questions... * First of all why don't we just simply store `smincol` & `sminrow` inside `_begx` & `_begy` just like ncurses does [here](https://github.com/mirror/ncurses/blob/c0e5fbfcce224693b3effdd295ee49b6b761b754/ncurses/base/lib_pad.c#L289)? * Second, how...

https://github.com/GiorgosXou/NeuralNetworks/blob/31bb95e4cefcaefb28f6b031a634ded6c7274a7d/examples/Backpropagation_double_Xor/Backpropagation_double_Xor.ino#L2 https://github.com/GiorgosXou/NeuralNetworks/blob/dee00f691357a4712ea981b6f48e84e290c4df90/examples/Any_Activation_Function_Per_Layer/Any_Activation_Function_Per_Layer.ino#L3 ^ False link, `https://github.com/GiorgosXou/NeuralNetworks#define-macro-properties`

https://github.com/GiorgosXou/NeuralNetworks/blob/dee00f691357a4712ea981b6f48e84e290c4df90/src/NeuralNetwork.h#L539 **Destr**u**ctor** not **Destr**a**ctor**