Re: [PATCH v21 0/1] MR7843: cmd: Implement tab completion for command line entry.
26 Apr
2025
26 Apr
'25
3:12 p.m.
eric pouech (@epo) commented about programs/cmd/lineedit.c:
+ * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define WIN32_LEAN_AND_MEAN + +#include "wcmd.h" +#include "wine/debug.h" + +WINE_DEFAULT_DEBUG_CHANNEL(cmd); + +typedef struct _SEARCH_CONTEXT +{ + HANDLE hSearch; in new code, we tend not to use camel case for function names or fields but rather snake case
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7843#note_101930
234
Age (days ago)
234
Last active (days ago)
0 comments
1 participants
participants (1)
-
eric pouech (@epo)